翻訳と辞書
Words near each other
・ Direct School Admission
・ Direct selling
・ Direct Selling Association
・ Direct Selling Europe
・ Direct Selling News
・ Direct service organisation
・ Direct shear test
・ Direct shipment
・ Direct simulation Monte Carlo
・ Direct South Buttress (Mount Moran)
・ Direct speech
・ Direct Star
・ Direct stiffness method
・ Direct store delivery
・ Direct Stream Digital
Direct style
・ Direct Subsidy Scheme
・ Direct sum
・ Direct sum of groups
・ Direct sum of modules
・ Direct sum of topological groups
・ Direct Supply
・ Direct support professional
・ Direct tax
・ Direct Taxes Code
・ Direct tension indicator
・ Direct Text Marketing
・ Direct therapeutic exposure
・ Direct thrombin inhibitor
・ Direct to Disc (Crossfire album)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Direct style : ウィキペディア英語版
Direct style
In computer programming, direct style is the usual style of sequential programming, in which control is passed implicitly by simply going to the next line, by subroutine calls, or by constructs such as return, yield, or await. It is contrasted with continuation-passing style, in which control is passed explicitly in the form of a continuation. Direct style programming is widely viewed as easier to write and understand than continuation-passing style, and thus a number of programming language constructs exist to eliminate or minimize the need to explicitly use continuations.
In mainstream languages continuation-passing style primarily occurs by passing closures as callbacks (function arguments), and thus direct style more simply means that functions return a value, rather than taking a function argument.
==Programming constructs==
Programming constructs that enable direct style programming include coroutines, which in turn can implement generators and futures, all of which enable a direct style.〔(【引用サイトリンク】title=Javascript's Future: Generators )〕〔(【引用サイトリンク】url=http://docs.scala-lang.org/sips/pending/async.html )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Direct style」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.